From: Eric Ludlam Date: Tue, 15 Oct 2019 00:57:06 +0000 (-0400) Subject: Fix test data broken by removing trailing whitespace. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~19^2~1434 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=06114b79a5c860fc1eb2393f8167d358d5b55d89;p=emacs.git Fix test data broken by removing trailing whitespace. --- diff --git a/test/lisp/cedet/srecode-utest-template.el b/test/lisp/cedet/srecode-utest-template.el index d804db70b36..691f5c15b67 100644 --- a/test/lisp/cedet/srecode-utest-template.el +++ b/test/lisp/cedet/srecode-utest-template.el @@ -215,14 +215,12 @@ Return NIL on success, or a diagnostic on failure." (srecode-utest-output :point "wrapinclude-basic" :name "wrapinclude-basic" :output ";; An includable we could use. -;; -;; Text after a point inserter." +;; \n;; Text after a point inserter." ) (srecode-utest-output :point "wrapinclude-basic2" :name "wrapinclude-basic" :output ";; An includable MOOSE we could use. -;; -;; Text after a point inserter." +;; \n;; Text after a point inserter." :dict-entries '("COMMENT" "MOOSE") ) (srecode-utest-output